home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / RLaB 1.15c / help / eval < prev    next >
Encoding:
Text File  |  1994-07-17  |  2.0 KB  |  16 lines  |  [TEXT/RLAB]

  1. eval:
  2.  
  3. Syntax:    eval ( S )
  4.  
  5. Description:
  6.  
  7.     The eval function evaluates the statement contained in the
  8.     string argument S. eval returns the result of the statement in
  9.     S. eval can be used within functions and can distinguish local
  10.     and argument variables from global.
  11.  
  12.     Before we go any further, we should note that eval is not
  13.     really a necessary part of RLaB. Users should defintely not
  14.     use it a a crutch as with some other matrix programming
  15.     languages. The RLaB concept of variables, and the list class
  16.     are m